home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Newton / Programming / ScrollBarList 1.0.sit / Scroll / ReadMe_SBL < prev    next >
Encoding:
Text File  |  1994-07-08  |  1.1 KB  |  27 lines  |  [TEXT/ttxt]

  1. ScrollBarList v1.0:
  2. Copyright © 1994 Physix Inc., All rights reserved
  3. by Tom Giannulli M.D., M.S.
  4.  
  5. Env: NTK v1.01
  6.  
  7. Purpose:
  8. This is a proto template for a scroll bar text list, with the following 
  9. features:
  10. 1) up/down via single key click, continuous up/down via key press.
  11. 2) full view height scroll when scroll area tapped (below or above 
  12. marker).
  13. 3) propotional sliding marker, with dragable placement.
  14. 4) scalable width by mouse; height set by viewLines slot.
  15. 5) automatic fade of scroll bar if length(listItems)<viewLines
  16.  
  17. Required:
  18. 1) to scale view to desired size, add viewbounds slot to proto, then 
  19. adjust size with mouse.  (Initially the proto will assume only one size)
  20. 2) As in textList, add viewLines,listItems,buttonclickScript(textindex), and if you add a viewSetupFormScript, be sure that it includes: self.viewbounds:=clone(viewbounds);
  21.  
  22. This proto is based on textList and pictButton.
  23. As this routine is copyright protected, unauthorized use may result in damages owed to Physix Inc. For a single/multi-user license, please send a check for  $10.00 to:
  24.  Physix Inc.
  25.  7200 Almeda, Bld #710
  26.  Houston, Tx 77054
  27.